home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / as / dist / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-22  |  467 b   |  21 lines

  1. char version_string[] = "GNU assembler version 1.34\n";
  2.  
  3. /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
  4.  
  5.    This file exists only to define `version_string'.
  6.  
  7.    Log changes in ChangeLog.  The easiest way to do this is with
  8.    the Emacs command `add-change-log-entry'.  If you don't use Emacs,
  9.    add entries of the form:
  10.  
  11. Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
  12.  
  13.     * universe.c (temporal_reality): Began Time.
  14. */
  15.  
  16. #ifdef VMS
  17. dummy3()
  18. {
  19. }
  20. #endif
  21.